home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / lftp.postinst < prev    next >
Encoding:
Text File  |  2007-03-07  |  117 b   |  11 lines

  1. #!/bin/sh -e
  2. #
  3. # postinst for lftp
  4. # noel@debian.org
  5.  
  6. update-alternatives \
  7.         --remove ftp /usr/bin/lftp 
  8.  
  9.  
  10.  
  11.